home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d945.lha / Reminder / src / src.lha / Gadfunc.h < prev    next >
C/C++ Source or Header  |  1993-04-19  |  364b  |  23 lines

  1. /* Gadfunc.c prototypes for Reminder */
  2.  
  3. /* $Id: Gadfunc.h,v 1.4 1993/04/02 19:37:33 Matti_Rintala Exp $ */
  4.  
  5. #ifndef GADFUNC_H
  6. #define GADFUNC_H
  7.  
  8. /* Include prototypes etc. generated by GadToolsBox */
  9. #ifndef GDX_YEAR
  10. #ifdef __SASC
  11. #include "RemSAS.h"
  12. #endif
  13.  
  14. #ifdef _DCC
  15. #include "RemDICE.h"
  16. #endif
  17. #endif
  18.  
  19. void InitGadgets(void);
  20. void ExitGadgets(void);
  21.  
  22. #endif
  23.